home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILEVIEW / ASC2COM.ZIP / SEDDOC.COM (.txt) < prev    next >
Encoding:
Asc2Com (MorganSoft)  |  1992-11-25  |  6.8 KB  |  119 lines

  1.  
  2.  
  3.     SEd.Exe
  4.     Documentation
  5.  
  6.     The   editor  provided  with SCR is a small,   versatile  one  that
  7.     handles files up to about 62.5  K.   It's a product of Borland's  Turbo
  8.     Pascal  (R)   Editor's  ToolBox  and has all of  the  typical  WordStar
  9.     commands  available.  SEdInst  may be used to alter these commands as
  10.     you  wish.  Default file extension is .SCR, so to edit a SCR file,
  11.     simply type the first portion of the name.
  12.  
  13.     Command Line Switches.
  14.  
  15.     Several switches are available to change the defaults of SEd.    They
  16.     are:
  17.  
  18.         /M:  Laptop Mode.   Forces SEd to use the Monochrome colors.
  19.              I use a laptop myself quite often and even though they've
  20.              come a long way in the tone scale used for the LCD's,   I
  21.              still prefer to use this.
  22.         /B:  Do  NOT  make a backup copy of the original file.    This
  23.              would normally be done (but only if the original file had
  24.              been changed).   Note:   all back up files are given  the
  25.              extent .BAK.
  26.         /I:  Autoinsert off.  Default (strangely enough) is on.  This
  27.              will make SEd wake up with it off.
  28.         /C:  This will force the editor to wait for retrace.  Use this
  29.              only if you are having snow problems.
  30.         /W:  Word Wrap off.  Default is on.
  31.        /S#:  Start at line #.
  32.  
  33.     Permanent Commands.
  34.  
  35.         F2:  Exit with Save.
  36.         Any changes made to the file will be kept.
  37.  
  38.         Cntl-F2:  Exit without Save
  39.         If you wish to retain the original file "as is", use this exit.
  40.  
  41.         F9: Toggle Word Wrap.
  42.         This  turns  the  word wrap on/off.   Word wrap will only  work  if
  43.         insert is also active.
  44.  
  45.         Cntl-F9:  Change Word Wrap Column.
  46.         Default  column wrap is at column 78.   If you wish to  have  SEd
  47.         start wrap at some other column,  you can change it here.   Minimum
  48.         wrap width is 20, and maximum wrap width is 80.
  49.  
  50.         F10: Menu
  51.         Pop up a menu with options of Load, Save, SaveAs, Exit, and Shell.
  52.  
  53.  
  54.     Installable Commands:
  55.  
  56.     For a complete list, see the file Cmds.Lst or if you've installed other
  57.     commands,    make  a  screen  dump  of  the  commands   while   running
  58.     SEdIns.Exe.  Some of the more important ones are listed below:
  59.  
  60.  
  61.         Toggle "Smart" Tabs with "Fixed"           Cntl-OT
  62.         Toggle AutoIndent                          Cntl-OI
  63.         Delete EOL:                                Cntl-QY
  64.         Delete Line:                               Cntl-Y
  65.         Begin Block:                               Cntl-KB
  66.         End Block:                                 Cntl-KK
  67.         Copy Block:                                Cntl-KC
  68.         Move Block:                                Cntl-KV
  69.         Delete Block:                              Cntl-KY
  70.         Hide Block:                                Cntl-KH
  71.         Read Block (From File):                    Cntl-KR
  72.         Write Block (To File):                     Cntl-KW
  73.         Print Block                                Cntl-KP
  74.         Restore Line (before moving off of it)     Cntl-QL
  75.         Find (Txt):                                Cntl-QF
  76.         Find & Replace:                            Cntl-QA
  77.         Repeat Find (& Replace):                   Cntl-L
  78.  
  79.     To join two lines, place the cursor at the beginning of the second line
  80.     and press the Backspace key until the two lines are joined together.
  81.  
  82.     You have several options with the Find command:  (ULnWB) where
  83.  
  84.           U: Ignore Case              L: Limit search to current block
  85.           B: Seek Backwards           W: Whole words only
  86.           n: Find occurrence "n".
  87.              (n=some number)
  88.  
  89.  
  90.     With the Replace, you have two additional commands:  (GN)
  91.  
  92.          G: Search Globally          : Replace without asking.
  93.  
  94.  
  95.  
  96.     Insert Control Character:  (Cntl-P__)
  97.  
  98.     This  will  allow you to enter any ASCII control codes  that  you wish,
  99.     though I don't think you'll want to very often.   If you wished to have
  100.     a bell inserted, use Cntl-PI.
  101.  
  102.     Alt-Numeric Key Pad Number:  (Alt-Keypad#)
  103.  
  104.     A  very useful command,  in that you can enter any character  you  wish
  105.     with  this one.   The character "▒"  for example can be entered into  a
  106.     file by holding the Alt key down and,  using the numeric keypad, typing
  107.     the ASCII code for it: 177.  If you wish to make a file that has a box,
  108.     look up the code in the file ASCII.LST and use  this option to form the
  109.     ends  and at least one character  of the middle.   Then using the  copy
  110.     block command, form the box that you wish.
  111.  
  112.     Jump to & Set Markers:  (Cntl-Q0..3 & Cntl-K0..3)
  113.  
  114.     This is handy  for  moving around in a  big  file  and keeping specific
  115.     portions quickly at hand.   Set each marker (you have 4) with the Cntl-
  116.     K sequence, and return with the matching Cntl-Q sequence.
  117.  
  118. END OF FILE>>>
  119.